home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / sandwichstacker.swf / scripts / DefineSprite_332 / frame_1 / DoAction.as
Text File  |  2007-09-27  |  145b  |  14 lines

  1. if(action != "")
  2. {
  3.    gotoAndPlay(action);
  4. }
  5. else if(_parent.v.moving)
  6. {
  7.    gotoAndStop("marche");
  8.    play();
  9. }
  10. else
  11. {
  12.    play();
  13. }
  14.